home *** CD-ROM | disk | FTP | other *** search
/ Mega Game 2000 #10 / Mega Game № 10 2000.iso / Data / Programs / mc020316.exe / UPGRADE.BAT < prev   
DOS Batch File  |  1995-11-06  |  655b  |  22 lines

  1. @Echo off
  2. cls
  3. If Not exist MEDIACNT.EXE Goto NoMC
  4. Echo This patch will upgrade the licensed version of Jasc Media Center 2.02
  5. Echo to version 2.03 (16 bit).
  6. Echo Jasc Media Center version 2.02 MUST be in the current directory. If not
  7. Echo please press CTRL-C to abort the patch process. Otherwise press ENTER
  8. Echo to start the upgrade process.
  9. Pause
  10. Goto Patch
  11. :NoMc
  12. Echo Jasc Media Center 2.02 MUST be in the current directory to perform the
  13. Echo upgrade. Please unzip the patch files into the Jasc Media Center directory
  14. Echo and run this batch file from there.
  15. Goto Endit
  16. :Patch
  17. Patch
  18. Del PATCH.EXE
  19. Del PATCH.RTP
  20. Goto EndIt
  21. :EndIt
  22.